@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "microsoft yahei";
	font-size: 16px;
	min-width: 1400px;
	margin: auto;
}

a {
	text-decoration: none;
}

a:hover {
	color: #308acb;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
	max-width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
input,textarea{outline: none;}
.clear {
	clear: both;
}

.mainbody {
	width: 1400px;
	margin: 0 auto;
}

.pat30 {
	padding-top: 20px;
}

.pat3b2 {
	padding: 30px 0 20px;
}

.ovflw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mfootbox {
	display: none;
}


/* ****************************************************** */

.headtop {
	background: #f7f7f7;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #ccc;
}

.headtop p {
	color: #333;
	float: left;
}

.headtop ul {
	float: right;
}

.headtop ul li {
	display: inline-block;
}

.headtop ul li a {
	color: #333333;
	padding: 0 10px;
	border-right: 1px solid #666;
}

.headtop ul li a:hover {
	text-decoration: underline;
}


/* 头部 */

.header_box {
	position: fixed;
    width: 100%;
    left: 0;
    
    background: rgba(255,255,255,0.6);
	background:#ffffff\9;
    z-index: 99;
}
.header_box999 {
	position: fixed;
    width: 100%;
    left: 0;
    top: 37px;
    background: rgba(255,255,255,0.6);
	background:#ffffff\9;
    z-index: 99;
}
.h_logo {
	width: 20%;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
	padding-top: 3px;
	padding-top: 0px\9;
	box-sizing: border-box;
}

.h_logo:before {
	content: "";
	position: absolute;
	left: -50px;
	top: -460px;
	width: 320px;
	height: 8px;
	background-color: rgba(255, 255, 255, .5);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: hlogo_shine 1s ease-in 1s infinite;
	-o-animation: hlogo_shine 1.2s ease-in 1s infinite;
	animation: hlogo_shine 1.5s ease-in 1s infinite;
	display:none;
}

@-webkit-keyframes hlogo_shine {
	0% {
left: -80px;
top: 0;
	}
	to {
left: 130px;
top: 0px;
	}
}

@-o-keyframes hlogo_shine {
	0% {
left: -80px;
top: 0;
	}
	to {
left: 130px;
top: 0px;
	}
}

@-moz-keyframes hlogo_shine {
	0% {
left: -80px;
top: 0;
	}
	to {
left: 130px;
top: 0px;
	}
}

@keyframes hlogo_shine {
	0% {
left: -80px;
top: 0;
	}
	to {
left: 130px;
top: 0px;
	}
}

.h_menu {
	width: 65%;
}

#navmenu,
#navmenu ul,
#navmenu ul li,
#navmenu ul li a,
#navmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#navmenu:after,
#navmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#navmenu #menu-button {
	display: none;
}

#navmenu>ul>li {
	float: left;
	width: 9.5%;
	text-align: center;
}

#navmenu>ul>li:hover {
	background: #308acb;
	transition: .3s;
}

#navmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#navmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#navmenu.align-center ul ul {
	text-align: left;
}

#navmenu.align-right>ul>li {
	float: right;
}

#navmenu>ul>li>a {
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	text-decoration: none;
	color: #3a3a3a;
	text-transform: uppercase;
}

#navmenu>ul>li:hover>a {
	color: #ffffff;
}


#navmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 36px;
	right: 0;
	width: 0;
	height: 0;
	border-top: 6px #3a3a3a solid;
	border-left: 6px transparent dashed;
	border-right: 6px transparent dashed;
	border-bottom: 0 transparent dashed;
	border-radius: 5px;
	content: "";
}

#navmenu > ul > li:hover a:after {
	border-top: 6px #fff solid;
	transform: rotate(180deg);
	transition: .3s;
}

#navmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9;
}

#navmenu.align-right ul ul {
	text-align: right;
}

#navmenu ul ul li {
	height: 0;
}

#navmenu li:hover>ul {
	left: auto;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#navmenu.align-right li:hover>ul {
	left: auto;
	right: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#navmenu li:hover>ul>li {
	height: 45px;
}

#navmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#navmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#navmenu ul ul li a {
	border-top: 1px solid rgb(214,103,98);
	padding: 16px 10px;
	width: 170px;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	background: #308acb;
	line-height: .8;
}

#navmenu ul ul li:last-child>a,
#navmenu ul ul li.last-item>a {
	border-bottom: 0;
}

#navmenu ul ul li:hover>a,
#navmenu ul ul li a:hover {
	color: #ffffff;
	opacity: 0.9;
}

#navmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ffffff;
	content: '';
}

#navmenu.align-right ul ul li.has-sub>a:after {
	right: auto;
	left: 11px;
}

#navmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ffffff;
	content: '';
}

#navmenu.align-right ul ul li.has-sub>a:before {
	right: auto;
	left: 14px;
}

#navmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#navmenu.small-screen {
	width: 100%;
}

#navmenu.small-screen ul {
	width: 100%;
	display: none;
}

#navmenu.small-screen.align-center>ul {
	text-align: left;
}

#navmenu.small-screen ul li {
	width: 100%;
	border-top: 1px solid rgba(30, 30, 220, 0.2);
}

#navmenu.small-screen ul ul li,
#navmenu.small-screen li:hover>ul>li {
	height: auto;
}

#navmenu.small-screen ul li a,
#navmenu.small-screen ul ul li a {
	width: 100%;
	border-bottom: 0;
}

#navmenu.small-screen>ul>li {
	float: none;
}

#navmenu.small-screen ul ul li a {
	padding-left: 25px;
}

#navmenu.small-screen ul ul ul li a {
	padding-left: 35px;
}

#navmenu.small-screen ul ul li a {
	color: #ffffff;
	background: none;
}

#navmenu.small-screen ul ul li:hover>a,
#navmenu.small-screen ul ul li.active>a {
	color: #ffffff;
}

#navmenu.small-screen ul ul,
#navmenu.small-screen ul ul ul,
#navmenu.small-screen.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}

#navmenu.small-screen>ul>li.has-sub>a:after,
#navmenu.small-screen>ul>li.has-sub>a:before,
#navmenu.small-screen ul ul>li.has-sub>a:after,
#navmenu.small-screen ul ul>li.has-sub>a:before {
	display: none;
}

#navmenu.small-screen #menu-button {
	display: block;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
}

#navmenu.small-screen #menu-button:after {
	position: absolute;
	top: 22px;
	right: 17px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	content: '';
}

#navmenu.small-screen #menu-button:before {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ffffff;
	content: '';
}

#navmenu.small-screen #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#navmenu.small-screen #menu-button.menu-opened:before {
	top: 23px;
	background: #ffffff;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#navmenu.small-screen .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(30, 30, 220, 0.2);
	height: 48px;
	width: 48px;
	cursor: pointer;
}

#navmenu.small-screen .submenu-button.submenu-opened {
	background: #308acb;
}

#navmenu.small-screen ul ul .submenu-button {
	height: 34px;
	width: 34px;
}

#navmenu.small-screen .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ffffff;
	content: '';
}

#navmenu.small-screen ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}

#navmenu.small-screen .submenu-button.submenu-opened:after {
	background: #ffffff;
}

#navmenu.small-screen .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ffffff;
	content: '';
}

#navmenu.small-screen ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}

#navmenu.small-screen .submenu-button.submenu-opened:before {
	display: none;
}

#navmenu.small-screen.select-list {
	padding: 5px;
}

.header_tel {
	position: relative;
	z-index: 1;
	padding-top: 18px;
	text-align: center;
}

.header_tela {
	display: block;
}

.telico {
	display: inline-block;
	margin-right: 10px;
}

.header_tela span {
	color: #fff;
	background-color: rgba(154, 152, 152, 0.82);
	background-color:#f16570\9;
	padding: 8px 10px;
	display: block;
	border-radius: 20px;
	font-size: 20px;
}

.current {
	border: 5px solid;
}
.header_box .mainbody{
	position: relative;
}

.hermico {
	width: 32px;
	height: 32px;
	margin-top: 25px;
	margin-right: 30px;
	display: block;
	background: url(../images/ernm.png) no-repeat center center;
	position: relative;
}

.herm_img {
	position: absolute;
	top: -200px;
	right: 133px;
	z-index: 9999;
	width: 180px;
	opacity: 0;
	display: none\9;
}

.tqrbox:hover .herm_img {
	top: 85px;
	opacity: 1;
	transition: .6s;
	display: block\9;
}

.topfixed{top:0;transition:.3s;}
.disno{opacity:0;transition:.3s;}
/* banner */

.hbaner_box {
	height: 750px;
	overflow: hidden;
	position: relative;
}

.hbaner_box .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 1;
}

.hbaner_box .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.hbaner_box .hd ul li {
	float: left;
	margin-right: 12px;
	width: 25px;
	height: 15px;
	text-align: center;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.hbaner_box .hd ul li.on {
	border-color: #308acb;
}

.hbaner_box .bd {
	position: relative;
	height: 750px;
	z-index: 0;
	/*left: 50%;
	margin-left: -960px;
	width: 1920px;*/
	overflow: hidden;
}

.hbaner_box .bd li {
	zoom: 1;
	vertical-align: middle;
}

.hbaner_box .bd img {
	height: 750px;
	display: block;
	width: 1680px;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.hbaner_box .prev,
.hbaner_box .next {
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 65px;
	height: 65px;
	background: url(../images/sec5b_left.png) no-repeat center center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.hbaner_box .next {
	left: auto;
	right: 5%;
	background: url(../images/sec5b_right.png) no-repeat center center;
}

.hbaner_box .prevStop {
	display: none;
}

.hbaner_box .nextStop {
	display: none;
}


/* 解决方案 */

.hsolo_box {
	background: url(../images/hsolo_boxbg.jpg) no-repeat top center;
}

.hsolo_box .htitle h2 {
	font-size: 30px;
}

.hsolo_box .htitle p {
	font-size: 16px;
}

.hsolo_con li {
	position: relative;
	float: left;
}

.hsolor_img {
	overflow: hidden;
	width: 100%;
	height: 334px;
}

.hsolor_img img {
	width: 100%;
	height: 100%;
}
.hoso_tits{
	position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 100px 20px 10px;
  box-sizing: border-box;
  color: #fff;
  background: url(../images/hosobg.png) repeat-x bottom;
  height: 220px;
  box-sizing: border-box;
}


.hoso_tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;	
	box-sizing: border-box;
	color: #fff;
	background: url(../image/hosobg.png) repeat-x bottom;
	background-color: rgba(126, 123, 123, 0.85);
	box-sizing: border-box;
}

.hoso_tit h3 {
	font-size: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 10px;
	text-align: center;
}

.hsolo_con li:hover img {
	transform: scale(1.1);
	transition: .6s;
}

.hsolo_con li:hover h3 {
	padding-left: 10px;
	transition: .6s;
}

.hsolo_con .hoso_t li.hsolo_speli {
	width: 39%;
	float: left;
}

.hsolo_con .hoso_t li.hsolo_speli .hoso_tit h3 {
	font-size: 28px;
	color: #fdd327;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.hsolo_con .hoso_t li {
	width: 60%;
	float: right;
}

.hsolo_con .hoso_t .hsolor_img {
	height: 605px;
}

.hsolo_con .hoso_b li {
	width: 32.6%;
	width: 32%\9;
	margin: 1% 1% 0 0;
}

.hsolo_con .hoso_b li:nth-child(3) {
	margin-right: 0;
}


/* 广告 */

.hadvbox {
	background: #262727 url(../images/hadvbg.png) no-repeat center top;
	height: 180px;
}

.hadvbox .hadvb_l {
	padding: 20px 0 10px;
	width: 60%;
	margin-left: 30px;
}

.hadvbox .hadvb_l li {
	display: inline-block;
	width: 190px;
	color: #fff;
	background: #231815;
	height: 36px;
	line-height: 36px;
	border-radius: 20px;
	text-align: center;
	cursor:pointer;
}

.hadvbox .hadvb_l h3 {
	display: inline-block;
	color: #fff;
	font-size: 36px;
	margin-left: 10px;
}

.hadvbox .hadvb_l p {
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
}


.hadvbox .hadvb_r {
	border-left: 1px solid #fff;
	width: 36%;
	margin-top: 40px;
	padding: 0 0 15px 20px;
	box-sizing: border-box;
}

.hadvbox .hadvb_r span {
	font-size: 16px;
	color: #fff;
	background: url(../images/htel.png) no-repeat left center;
	padding-left: 25px;
	display: block;
	margin-top: 15px;
}

.hadvbox .hadvb_r h3 {
	font-size: 36px;
	letter-spacing: 2px;
	margin-top: 10px;
	color: #fff;
}


/* 产品中心 */

.hpro_box {
	background: url(../images/hprobg.jpg) no-repeat top center;
}

.htitle {
	text-align: center;
}

.htitle h2 {
	font-size: 30px;
	font-weight: 400;
}

.htitle i {
	display: inline-block;
	font-style: normal;
	color: #fff;
	background-color: #308acb;
	padding: 2px 10px;
	font-size: 32px;
	font-weight: normal;
	margin-right: 16px;
	border-radius: 3px;
}

.htitle em {
	display: inline-block;
	width: 6px;
	height: 26px;
	background-color: #308acb;
	margin-left: 16px;
	margin-bottom: -3px;
}

.htitle b {
	color: #666666;
	font-weight: 400;
}

.htitle p {
	border-top: 1px solid #ccc;
	color: #666;
	margin-top: 15px;
	padding-top: 15px;
	position: relative;
	font-size: 18px;
}

.htitle p::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	width: 60px;
	height: 2px;
	background: #666;
	margin: auto;
}

.hpro_cate {
	text-align: center;
}

.hpro_cate li {
	float:left;
	width: 13.8%;
	height: 36px;
	line-height: 36px;
	margin: 0 0.5% 1.5% 0;
	font-size: 16px;
}
.hpro_cate li:nth-child(7n){margin-right:0;}
.hpro_cate li a {
	display: block;
	color: #fff;
	border: 1px solid #308acb;background: #308acb;
	border-radius: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 48px;
  	line-height: 48px;
  	font-size: 19px;
}

.hpro_cate li:hover a {
	color: #fff;
	background: #308acb;
	transition: .3s;
}

.hpro_con {}

.hpro_con li {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
	float: left;
	border: 1px solid #ddd;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.irelpro .hpro_con li{margin:1% 1% 0 0;}

.hpro_con li:nth-child(4n) {
	margin-right: 0;
}

.hpro_con li .hpro_img {
	width: 100%;
	overflow: hidden;
	height: 310px;
}

.hpro_con li .hpro_img img {
	display: block;
	width: 100%;
	height: 100%;
}

.hpro_con li:hover img {
	transform: scale(1.1);
	transition: 1s;
}

.hpro_con li .hproinfo {
	padding: 10px 15px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -46%;
	right: 0;
	margin: auto;
	background: rgba(209, 209, 209,0.85);
}

.hpro_con li .hproinfo h3 a {
	color: #333;
	font-weight: 400;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.hpro_con li:hover .hproinfo {
	bottom: 0;
	background: rgba(209, 209, 209, 0.85);
	transition: .6s;
}

.hpro_con li:hover .hproinfo h3 a {
	border-bottom: 1px solid #ccc;
}

.hpro_con li .hproinfo span {
	display: block;
	margin: 6px 0;
	color: #888;
}

.hpro_con li .hproinfo p {
	color: #888;
	line-height: 1.6;
	overflow: hidden;
	height: 50px;
}

.hpro_btn {
	display: block;
	width: 48%;
	margin: 1%;
	float: left;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-radius: 30px;
	margin-top: 15px;
}

.hpro_zixun {
	color: #fff;
	background-color: #308acb;
	opacity: 0.7;
}

.hpro_zixun:hover {
	color: #fff;
	opacity: 1;
	transition: .3s;
}

.hpro_xq {
	border: 1px solid #888;
	color: #999;
	box-sizing: border-box;
}

.hpro_xq:hover {
		border: 1px solid #308acb;background-color: #308acb;
	color: #fff;
}

.hpro_xq999:hover {
	color: #888;
}
/* 关于我们 */

.haboutbox {
	background: url(../images/haboutbg.jpg) no-repeat center top;
}

.habout_con {
	margin-top: 30px;
	padding: 40px 20px 20px;
	box-sizing: border-box;
	border: 10px solid #ccc;
	background: rgba(0, 0, 0, 0.6);
	background: #000\9;
}

.habout_con h2 {
	color: #fff;
	position: relative;
	padding-left: 150px;
}

.habout_con h2 i {
	color: #308acb;
	font-style: normal;
	position: absolute;
	font-size: 42px;
	left: 0;
	top: -20px;
	text-transform: uppercase;
}

.habout_con em {
	display: block;
	width: 180px;
	height: 1px;
	border-bottom: 6px dotted #308acb;
	margin: 20px 0;
}

.habout_con p {
	color: #fff;
	line-height: 1.6;
	
	overflow: hidden;
	font-size: large;
}

.habout_more {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #308acb;
	text-align: center;
	margin-top: 20px;
}

.habout_more:hover {
	color: #fff;
	opacity: 0.8;
}

.habout_con ul {
	margin-top: 30px;
}

.habout_con ul li {
	width: 18%;
	float: left;
	margin: 1%;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 20px 0;
}

.habout_con ul li img {
	padding: 15px;
	background: #CCCCCC;
	border-radius: 50%;
	box-sizing: border-box;
	border: 10px solid #fff;
}

.habout_con ul li p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.2;
	height: auto;
}

.habout_con ul li:hover img {
	transform: rotateY(180deg);
	transition: .3s;
}
/* 视频 */
.hvedio_box{background: #f3eaea;overflow: hidden;}
.hvedio_box .hd{ overflow:hidden;  height:30px;text-align: center;margin-top: 20px;}
.hvedio_box .hd ul{ overflow:hidden; zoom:1; zoom:1; }
.hvedio_box .hd ul li{ display: inline-block; width:35px; height:6px; overflow:hidden; margin-right:15px; text-indent:-999px; cursor:pointer; background:#ddd;border-radius: 3px;}
.hvedio_box .hd ul li.on{ background:#308acb; }
.hvedio_con{overflow: hidden;}
.hvedio_con li{margin: 0 8px;float: left;width: 334px;}
.hvedio_con li .hvedio_img{position: relative;overflow: hidden;width: 100%;height: 248px;}
.hvedio_con li .hvedio_img img{width: 100%;height: 100%;display: block;}
.hvedio_con li .hvedio_panel{position: absolute;top:-100%;left:0;width: 100%;height: 100%;background: rgba(0,0,0,0.6) url(../images/open.png) no-repeat center center;}
.hvedio_con li h4{text-align: center;font-size: 16px;height: 52px;line-height: 52px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #555;background: #f8f8f8;font-weight: normal;}
.hvedio_con li:hover .hvedio_panel{top: 0;transition: .6s;}
.hvedio_con li:hover h4{color:#fff;background: #308acb;transition: .3s;}

.ivedio_con .hvedio_con li{width:24.2%; width:24%\9; margin: 0 1% 1% 0;}
.ivedio_con .hvedio_con li:nth-child(4n){margin-right: 0;}

/* 设备知识 */

.hkge_box {
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
}

.hkgeb_l {
	width: 30%;
	position: relative;
	border-right: 1px solid #eee;
	margin-right: 10px;
}

.hkgeb_l span {
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	border-left: 16px solid #fff;
	padding-left: 10px;
	border-radius: 18px 0 0 18px;
	position: relative;
	z-index: 9;
}

.hkgeb_l h3 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
	position: relative;
	z-index: 9;
}

.hkgeb_l::after {
	content: "";
	position: absolute;
	width: 80%;
	height: 80px;
	border: 5px dashed rgb(56 45 45 / 14%);
	left: 20px;
	top: -4px;
	border-radius: 20px;
}

.hkgeb_l p {
	color: #fff;
	font-size: 16px;
}

.hkgeb_r {
	width: 69%;
	position: relative;
	overflow:hidden;
}

.hkgeb_r .hd {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: -25px;
}

.hkgeb_r .hd .prev,
.hkgeb_r .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/karrow.png) 0 0 no-repeat;
	display: none;
}

.hkgeb_r .hd .next {
	background-position: 0 -50px;
}

.hkgeb_r .hd .prevStop {
	background-position: -60px 0;
}

.hkgeb_r .hd .nextStop {
	background-position: -60px -50px;
}

.hkgeb_r .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.hkgeb_r .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #eee;
	border-radius: 50%;
}

.hkgeb_r .hd ul li.on {
	background: #231815;
}

.hkgeb_r .bd {
	padding-top: 10px;
}

.hkgeb_r .bd ul {
	overflow: hidden;
	zoom: 1;
}

.hkgeb_r .bd ul li {
	margin: 0 8px;
	width: 23.9%;
	float: left;
	_display: inline;
	overflow: hidden;
	border: 1px solid #eee;
	background-color: #fff;
	padding: 10px 0 5px;
	border-radius: 6px;
}

.hkgeb_r .bd ul li h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #308acb;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
}

.hkgeb_r .bd ul li em {
	display: block;
	width: 30px;
	height: 1px;
	background: #308acb;
	margin: 5px 5px 5px 10px;
}

.hkgeb_r .bd ul li span {
	color: #999;
	padding: 0 10px 0 32px;
	box-sizing: border-box;
	background: url(../images/time.png) no-repeat 10px center;
}

.hkgeb_r .bd ul li p {
	color: #666;
	line-height: 1.6;
	height: 52px;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}

.hkgeb_r .bd ul li:hover em {
	width: 60%;
	transition: .6s;
}


/* 案例展示 */

.hcasebox {
	background: url(../images/hcasebg.jpg) no-repeat center top;
}

.hcase_tab li {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	width: 15%;
	background: #308acb;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
}

.hcase_tab li a {
	color: #FFF;
	display: block;
}

.hcase_tab li:hover {
	opacity: 0.6;
	transition: .3s;
}

.hcase_more {
	float: right;
	padding: 9px 35px 9px 10px;
	color: #fff;
	background: #308acb url(../images/hso_you.png) no-repeat 90% center;
	border-radius: 5px;
}

.hcase_more:hover {
	color: #fff;
	background-color: #308acb;
	transition: .3s;
}

.hcase_con {}

.hcase_con .hcase_slide {
	position: relative;
	overflow: hidden;
}

.hcase_con li {
	width: 450.6px;
	margin: 0 8px;
	float: left;
	position: relative;
	padding-bottom: 100px;
}

.hcasebox .hab_prev,
.hcasebox .hab_next {
	position: absolute;
	left: 15px;
	top: 35%;
	display: block;
	width: 30px;
	height: 68px;
	color: #666;
	background: rgba(255, 255, 255, 0.6);
	z-index: 99;
	font-size: 24px;
	text-align: center;
	line-height: 68px;
}

.hcasebox .hab_next {
	left: auto;
	right: 15px;
	background: rgba(255, 255, 255, 0.6);
}

.hcasebox .hab_prev:hover,
.hcasebox .hab_next:hover {
	background: rgba(255, 255, 255, 1);
}

.hcase_con li span {
	display: block;
	color: #888;
}

.hcase_con li span i {
	font-style: normal;
	padding-right: 10px;
	font-size: 26px;
	text-transform: uppercase;
	margin-right: 5px;
	padding-right: 5px;
}

.hcase_con li h3 {
	color: #333;
	margin: 6px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hcase_con li p {
	color: #666;
	line-height: 1.6;
	overflow: hidden;
	margin: 0 0 6px;
	height: 52px;
}

.hcase_con li .hcase_info {
	padding: 15px 10px;
	box-sizing: border-box;
	width: 85%;
	position: absolute;
	bottom: 2%;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.9);
}

.hcase_con li span,
.hcase_con li h3,
.hcase_con li p {
	padding: 0 10px;
	box-sizing: border-box;
}

.hcase_con li:hover .hcase_info {
	background: #308acb;
	transition: .3s;
}

.hcase_con li .hcase_img {
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.hcase_con li .hcase_img img {
	width: 100%;
	display: block;
	height:100%;
}

.hcase_con li em {
	display: block;
	width: 180px;
	font-style: normal;
	color: #fff;
	height: 32px;
	line-height: 32px;
	background: #308acb;
	text-align: center;
	margin-left: 10px;
}

.hcase_con li:hover em {
	color: #555;
	background: #fff;
}

.hcase_con li:hover span,
.hcase_con li:hover h3,
.hcase_con li:hover p {
	color: #fff;
}

.hcase_con li:hover span i {
	border-color: #fff;
}

.hcase_con li:hover img {
	transform: scale(1.1);
	transition: .6s;
}


/* 新闻 */

.hnewc_l {
	width: 60%;
}

.hnewc_l dl {
	width: 100%;
	margin-bottom: 10px;
	background: #eee;
}

.hnewc_l dl dt {
	width: 30%;
	float: left;
	height: 184px;
	overflow: hidden;
}

.hnewc_l dl dt img {
	width: 100%;
	display: block;
	height: 100%;
}

.hnewc_l dl dd {
	width: 68%;
	float: right;
	padding: 10px;
	box-sizing: border-box;
}

.hnewc_l dl dd h3 {
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnewc_l dl dd span {
	color: #999;
	background: url(../images/time.png) no-repeat left center;
	padding-left: 20px;
	display: block;
	margin: 10px 0;
}

.hnewc_l dl dd p {
	color: #666;
	line-height: 1.6;
	height: 52px;
	overflow: hidden;
	margin-bottom: 15px;
}

.hnewc_l dl dd i {
	font-style: normal;
	padding: 3px 35px;
	border: 1px solid #666;
	color: #666;
}

.hnewc_l dl:hover img {
	transform: scale(1.1);
	transition: .6s;
}

.hnewc_l dl:hover i {
	border-color: #308acb;
	color: #fff;
	background: #308acb;
	transition: .3s;
}

.hnewc_l dl:hover h3 {
	color: #308acb;
}

.hnewc_r {
	width: 39%;
}

.hnewc_r_top {
	height: 400px;
	overflow: hidden;
	position: relative;
}

.hnewc_r_top img {
	width: 100%;
	height: 100%;
	display: block;
}

.hnewc_r_top .hnewcrt_info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 10px;
	color: #fff;
	background: rgba(120, 117, 118, 0.45);
	box-sizing: border-box;
}

.hnewc_r_top .hnewcrt_info h3,
.hnewc_r_top .hnewcrt_info p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnewc_r_top .hnewcrt_info p {
	margin-top: 10px;
}

.hnewc_r_top:hover img {
	transform: scale(1.1);
	transition: .6s;
}

.hnewc_r_bot {
	margin-top: 10px;
}

.hnewc_r_bot li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #999;
	position: relative;
	padding-left: 18px;
}

.hnewc_r_bot li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 15px;
	width: 8px;
	height: 8px;
	border: 2px solid #555;
	border-radius: 50%;
}

.hnewc_r_bot li a {
	display: block;
	float: left;
	width: 78%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555;
}

.hnewc_r_bot li span {
	float: right;
	color: #999;
}

.hnewc_r_bot li:hover::before {
	border-color: #308acb;
}

.hnewc_r_bot li:hover a {
	color: #308acb;
}


/* 友情链接 */

.yqlink9 {
	padding: 10px 0 4px;
	background: #eee;
}

.yqlink9 h3 {
	float: left;
	margin-right: 15px;
}

.yqlink9 h3 i {
	font-style: normal;
	color: #308acb;
}

.yqlink9 ul {
	padding: 6px 0 0 0;
}

.yqlink9 ul li {
	display: inline-block;
}

.yqlink9 ul li a {
	color: #666;
	padding: 0 20px 10px 0;
	display: block;
}

.yqlink9 ul li a:hover {
	text-decoration: underline;
	color: #888;
}



.yqlink {
	padding: 10px 0 4px;
	background: #eee;
}

.yqlink h3 {
	float: left;
	margin-right: 15px;
}

.yqlink h3 i {
	font-style: normal;
	color: #308acb;
}

.yqlink ul {
	padding: 6px 0 0 0;
}

.yqlink ul li {
	display: inline-block;
}
.yqlink li{float: left;width: 6%;text-align: center;border: 1px dashed #308acb;margin: 0 1% 1% 0;line-height: 30px;}
.yqlink li a{color:#308acb;}

/* 底部 */

.hfootbox {
	padding: 35px 0;
	overflow: hidden;
	background: #308ACB;
}

.hfootbox li a {
	display: block;
	font-size: 15px;
	color: #fff;
}

.hfootbox li a:hover {
	color: #fff;
}

.hfootbox li h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
}

.hfootbox li h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
	background: #308acb;
}

.hfootbox ul {
	width: 60%;
	overflow: hidden;
	float: left;
}

.hfootbox ul li {
	float: left;
	width: 15%;
	line-height: 26px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	margin-right: 5%;
}

.hfoot_qr {
	float: left;
	width: 110px;
	margin-right: 10px;
}

.hfoot_qr img {
	display: block;
	margin: 0 auto;
}

.hfoot_qr p {
	color: #fff;
	text-align: center;
	line-height: 22px;
	margin-top: 13px;
}

.hfoot_lianxi {
	float: left;
	margin-left: 35px;
	width: 20%;
}

.hfoot_lianxi .hfoot_p {
	color: #fff;
	margin-top: 0;
}

.hfoot_lianxi span {
	display: block;
	margin-top: 8px;
	color: #fff;
}

.hfoot_lianxi .hfoot_tel {
	margin: 3px 0;
	font-size: 26px;
	color: #fff;
}

.hfoot_lianxi p {
	color: #fff;
	line-height: 2.0;
}

.hfoot_copy {background: #308acb;
	padding: 10px 0;
}

.hfoot_copy p {
	color: #fff;
	line-height: 24px;
}

.hfoot_copy a {
	display: inline-block;
	color: #fff;
	margin-right: 26px;
	border: 1px dashed #fff;
	padding: 0 3px;
}

.hfoot_copy a:hover {
	text-decoration: underline;
}


/* 内页开始 */
.imaincon{padding-bottom: 10px;}
.ibanner {
	height: 280px;
	background-repeat: no-repeat;
	background-position: center top;
}
.ibanner img{
	height: 280px;
}

.ban1 {
	background-image: url(../images/banner.jpg);
}

.ibanner h2 {
	text-align: center;
  color: #fff;
  font-size: 30px;
  padding-top: 9%;
  margin-bottom: 10px;
}

.ibanner em {
	display: block;
  width: 90px;
  height: 5px;
  background: #aeacad;
  margin: 0 auto;
}

.ibreadbox {
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
}

.ibreadbox h2 {
	float: left;
	color: #727070;
}

.ibreadbox p {
	float: right;
	background:url(../images/bread.png) no-repeat left center;
	padding-left:20px;
}

.ibreadbox p i {
	font-style: normal;
}

.ibreadbox p a {
	color: #666;
}

.ibreadbox p a:hover {
	color: #308acb;
}

.ierbox {
	font-size: 0;
}

.ierbox li {
	float:left;
	width: 13.4%;
	width: 13%\9;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	margin: 0 1% 1% 0;
}
.ierbox li:nth-child(7n){margin-right:0;}
.ierbox li a {
	color: #fff;background: #308acb;
	border: 1px solid #308acb;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

/* .ierbox li:nth-child(8n) {
	margin-right: 0;
} */

.ierbox li:hover a {
	color: #fff;
	background: #308acb;
	transition: .3s;
}

.icontxt {
	font-size: 15px;
	color: #777;

}

.icontxt img {
	max-width: 100%;
	height: auto;
}
.icontxt .hnewc_r_top img{height:100%;}
.icontxt .hcase_con li .hcase_img img{height:100%;}
/*放大镜列表*/

.fs_gallery {
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.fs_gallery_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	color: #ccc;
	font-size: 34px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	z-index: 102;
}

.fs_gallery_close:before {
	content: "×";
}

.fs_gallery_close:hover {
	color: #fff;
}

.fs_gallery_prev,
.fs_gallery_next {
	position: absolute;
	width: 80px;
	color: #ccc;
	font-size: 30px;
	cursor: pointer;
	z-index: 101;
}

.fs_gallery_prev:hover,
.fs_gallery_next:hover {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.fs_gallery_prev {
	left: 0;
	top: 0;
	bottom: 0;
}

.fs_gallery_next {
	right: 0;
	top: 0;
	bottom: 0;
}
/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline;
 }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
.fs_gallery_prev:before {
	content: "‹";
	position: absolute;
	height: 30px;
	margin-top: -30px;
	top: 50%;
	left: 35px;
}

.fs_gallery_next:before {
	content: "›";
	position: absolute;
	height: 30px;
	margin-top: -30px;
	top: 50%;
	left: 35px;
}

.fs_gallery_shuft {
	position: relative;
	width: 9999999px;
}

.fs_gallery_shuft:after {
	clear: both;
	content: "";
	display: block;
}

.fs_gallery_shuft_item {
	float: left;
	position: relative;
}

.fs_gallery_shuft_item img {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 50%;
	left: 50%;
}

.ihoner_con li {
	width: 24.2%;
	width: 24%\9;
	float: left;
	margin: 0 1% 1% 0;
}

.ihoner_con li:nth-child(4n) {
	margin-right: 0;
}

.ihoner_con li .ihoner_img {
	width: 100%;
	height: 248px;
	overflow: hidden;
	position: relative;
}

.ihoner_con li .ihoner_img img {
	width: 100%;
	display: block;
	height: 100%;
}

.ihoner_con li p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ihoner_con li:hover p {
	top: -150%;
	transition: .6s;
}


/*页码*/

.page {
	width: 100%;
	text-align: center;
	min-height: 30px;
	padding-top: 30px;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #7c7c7c;
	border-radius: ;
}

.pagebox span a {
	color: #7c7c7c;
	width: 100%;
	display: block;
}

.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #308acb;
	border: 1px solid #308acb;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 90px !important;
}/*
.iproduct_con ul li .hproinfo{position: relative;}
留言*/
.ly_input {
	width: 100%;
	height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #d2d4d6;
}

.ly_text {
	width: 100%;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	height: 100px;
	border: 1px solid #dedede;
}

.lybox {
	margin: 0 auto;
	text-align: center;
}

.G_botton {
	width: 55px;
	height: 30px;
	line-height: 30px;
	border: 0;
	cursor: pointer;
}

.formli {
	width: 100%;
	height: auto;
	padding-top: 10px;
	clear: both;
	position: relative;
}

.formli img {
	position: absolute;
	right: 35%;
	top: 65px;
}



#checkCode {
	width: 100%;
	height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #dedede;
	text-transform: uppercase;
	vertical-align: middle;
}

.forml_sub,
.czhi {
	width: 20%;
	height: 42px;
	border: none;
	color: #000;
	font-family: 微软雅黑;
	border-radius: 3px;
	font-size: 16px;
	margin: 25px 25px 0 0;
}

.forml_sub:hover,
.czhi:hover {
	cursor: pointer;
	color: #fff;
	background: #CA1111;
	transition: .3s;
}

.form_tit {
	display: block;
	line-height: 42px;
	font-weight: bold;
}
/*案例*/
.icase_con .hcase_con li{width: 32.6%;width: 32%\9;margin: 0 1% 1% 0;}
.icase_con .hcase_con li:nth-child(3n){margin-right: 0;}
.hcase_con li .hcase_info{background: #f8f8f8;border: 1px solid #f5f5f5;}
.icaseul{margin-top: 30px;}
.icaseul li{width: 24.2%;width: 24%\9;margin:0 1% 1% 0;float: left;background: #f9f9f9;}
.icaseul li:nth-child(4n){margin-right: 0;}
.icaseul li .icaseimg{width: 100%;height: 248px;overflow: hidden;}
.icaseul li .icaseimg img{display: block;width: 100%;height: 100%;}
.icaseul li p{color: #555;font-size: 16px;padding: 10px 10px 0;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.icaseul li span{position: relative;padding: 0 10px 0 30px;box-sizing: border-box;color: #888;}
.icaseul li span:after{content: ""; position: absolute;left:10px;top:6px;width: 5px;height: 5px;border: 2px solid #337DDB;border-radius: 50%;background: #308acb;}
.icaseul li:hover img{transform: scale(1.1);transition: .6s;}
.icaseul li:hover p{color: #308acb;}

.inewlist_c_t .hnewc_r_top{width: 32.6%;width: 31%\9;float: left;margin: 0 1% 1% 0;height: 321px;}
.inewlist_c_t .hnewc_r_top:nth-child(3){margin-right: 0;}
.inewlist_con .hnewc_r_bot{margin-top: 20px;}
.inewlist_con .hnewc_r_bot li{border-bottom: 1px dashed #ccc;height: 42px;line-height: 42px;padding: 0 10px 0 30px;box-sizing: border-box;width: 49.2%;width: 49%\9;margin: 0 1% 1% 0;float: left;}
.inewlist_con .hnewc_r_bot li:nth-child(2n){margin-right: 0;}
.inewlist_con .hnewc_r_bot li::before{left: 10px;}
.inewlist_con .hnewc_r_bot li:hover{background: #f9f9f9;}
/*新闻图片*/
.inewpic_ul li{padding: 10px;box-sizing: border-box;border-bottom: 1px solid #ccc;margin-bottom: 10px;}
.inewpic_ul li .inewpic_img{float: left;width: 25%;overflow: hidden;height: 253px;}
.inewpic_ul li .inewpic_img img{width: 100%;display: block;height: 100%;}
.inewpic_info{float: right;width: 75%;padding: 30px 0 30px 30px;box-sizing: border-box;}
.inewpic_info h3{color: #555;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.inewpic_info p{color: #777;margin: 10px auto;height: 70px;line-height: 1.6;overflow: hidden;}
.inewpic_info span{color: #999;display: block;background: url(../images/time.png) no-repeat left center;padding-left: 20px;margin-bottom: 10px;}
.inewpic_info em{font-style: normal;color: #fff;padding: 6px 10px;background: #888;}
.inewpic_ul li:hover h3{color: #308acb;}
.inewpic_ul li:hover em{background: #308acb;}
.inewpic_ul li:hover img{transform: scale(1.1);transition: .6s;}
/*.inewpic_ul li:nth-child(even) .inewpic_img{float: right;}
.inewpic_ul li:nth-child(even) .inewpic_info{float: left;padding: 30px 30px 30px 0;}*/
/*详情*/
.ide_tit h2{font-weight: normal;color: #222222; font-size: 30px; line-height: 40px;}
.ide_tit p{margin: 15px auto;border-bottom: 1px dotted #ddd;border-top: 1px dotted #ddd;color: #999;letter-spacing: 1px;}
.ide_tit p i{color: #666;font-style: normal;line-height: 42px;}
.ide_tit h1{color: #817f7f; text-align: center;font-size: 24px;}
.ide_tit p span{padding-right: 30px;}
.ibq{color: #bbb;margin-top: 15px;}
.updown{margin-top: 30px;;height: 90px;background: #f6f6f6;line-height: 90px;padding: 0 10px;box-sizing: border-box;font-size: 18px;}
.updown a{color: #999;}
.updown a:hover{color: #308acb;}
.updown p{width: 40%;box-sizing: border-box;}
.updown p a{display: block;width:82.5%;float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.updown p span{float: left;}
.updown .fl{border-right: 1px solid #eee;}
.updown .fl span{background: url(../images/updown1.png) no-repeat left center;padding-left: 30px;padding-right: 10px;}
.updown .fr {text-align: right;}
.updown .fr span{background: url(../images/updown2.png) no-repeat right center;padding-right: 30px;padding-left: 10px;float: right;}
.irelcase{background: #f7f7f7;}
.ireltit{height: 42px;line-height: 42px;margin-bottom: 10px;border-bottom: 1px solid #ddd; padding-bottom: 5px;}
.ireltit i{display: inline-block;width: 5px;height: 18px;background: #308acb;margin-right: 10px;}
.ireltit a{float: right;font-size: 16px;font-weight: normal;color: #999;}
.ireltit a:hover{color: #308acb;}
.zhaiyao{padding: 20px;color: #999;background: #f7f7f7;}
.zhaiyao p{line-height: 1.6;height: 48px;overflow: hidden;}
.inewdetl_cbox .inewdetl_con{width: 70%;}
.inewdetl_cbox .inewdetlr_bar{width: 29%;padding: 30px;box-sizing: border-box;}
.irelist a{display: block;width: 70%;height: 32px;line-height: 32px;color: #fff;background: #308acb;text-align: center;border-radius: 20px;margin: 0 auto;}
.irelist a:hover{opacity: 0.6;}
.irelnews .hnewc_r{width: 100%;}
.irelnews .hnewc_r_top{height: auto;}
.irelnews .hnewc_r_top img{height: 260px;}
.irelnews .hnewc_r_bot li a{width: 72%;}
.inewdetl_cbox .updown p a{width: 75%;}

/*产品详情*/
/*图片放大镜*/

div.zoomDiv {
	width: 200px;
	height: 200px;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomDiv img {
	width: auto;
	max-width: none;
}
div.zoomMask {
	cursor: crosshair;
	background: #000;
	border: 1px solid #fff;
	filter: alpha(opacity=15);
	-webkit-opacity: .15;
	-moz-opacity: .15;
	-ms-opacity: .15;
	-o-opacity: .15;
	opacity: .15;
	position: absolute;
	z-index: 1;
}


/*图片放大镜样式*/

#preview img {
	max-width: none;
	height: auto !important;
	display: block;
	width: 500px;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #ffffff/*url(zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

.iprode_r{width: 660px;color: #888;}
.iprode_r .iprode_title{font-size: 22px;padding-bottom: 10px;border-bottom: 1px solid #ccc;color: #666;}
.iprode_r .inlip{width: 48%;display: inline-block;height: 42px;line-height: 42px;border-bottom: 1px dashed #ccc;margin-right: 10px;}
.iprode_r .iprode_info{line-height: 1.6;padding: 10px;box-sizing: border-box;margin: 20px 0 10px;background: #f9f9f9;height: 124px;overflow:hidden ;}
.iprode_r .inlip strong{color: #777;}
.iprode_r .iprode_btn{padding-top: 35px;}
.iprode_r .iprode_btn li{float: left;width: 120px;border: 1px solid #ccc;box-sizing: border-box;text-align: center;height: 36px;line-height: 36px;margin-right: 6px;}
.iprode_r .iprode_btn li a{display: block;}
.iprode_r .iprode_btn li a:hover{color: #fff;background: #D62121;}
.iprode_btn .htel{background: url(../images/toptel.png) no-repeat left top;padding-left: 56px;padding-top: 0;margin-left: 36px;}
.iprode_btn .htel span{display: block;}

.iprode .relnew_tit{margin-bottom: 0;}

.iprodetl_con{background: #f8f8f8;}
.iproinfo{width: 55%;padding: 0 0 15px 0;box-sizing: border-box;}
.iproinfo h1{font-size: 26px;line-height: 40px; color: #727070;}
.iproinfo p{margin-top: 20px;line-height: 1.6;color: #666;border-bottom: 1px solid #ddd;padding-bottom: 10px;box-sizing: border-box;}
.ipro_btn{margin-top: 30px;}
.ipro_btn a{
	display: inline-block;
	width: 180px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #308acb;
	text-align: center;
	opacity: 0.9;
	font-size: 20px;
}
.ipro_btn a:hover{opacity:1;}
.ipro_btn em{width: 1px;height: 70px;background: #ccc;display: inline-block;margin: 0 15px -15px;}
.ipro_btn p{display: inline-block;color: #308acb;font-weight: bold;font-size: 26px;}
.ipro_btn p span{display: block;color: #666;font-size: 16px;border-left: 3px solid #308acb;padding-left: 10px;}
.ipro_desc{line-height: 1.6;height: 100px;overflow: hidden;}
.iprop1 em{display: inline-block;width: 5px;height: 5px;border: 2px solid #308acb;border-radius: 50%;margin-right: 10px;}

.inrelpro{ overflow:hidden; position:relative;  border:1px solid #eee;margin-top:15px; }
.inrelpro .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;}
.inrelpro .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.inrelpro .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#ddd }
.inrelpro .hd ul li.on{ background:#308acb; }
.inrelpro .bd{ padding:10px;}
.inrelpro .bd ul{ overflow:hidden; zoom:1; }
.inrelpro .bd ul li{width:100%; float:left; _display:inline; overflow:hidden; text-align:center;  }
.inrelpro .bd ul li .inrelpro_img{ text-align:center; width:100%; height:260px;overflow: hidden;}
.inrelpro .bd ul li .inrelpro_img img{ display:block;width: 100%;height: 100%;}
.inrelpro .bd ul li .inrelpro_img a:hover img{ border-color:#999;}
.inrelpro .bd ul li .inrelpro_tit{ line-height:42px;background: #f8f8f8;font-size: 16px;}
.inrelpro .bd ul li .inrelpro_tit a{color: #555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;}
.inrelpro .bd ul li:hover img{transform: scale(1.1);transition: .6s;}



@media screen and (max-width:960px) {
	html,
	body {
overflow-x: hidden;
max-width: 660px;
min-width: 660px;
	}
	.mainbody {
width: 98%;
margin: 0 auto;
	}
	#navmenu ul ul{display:none !important;}
	.header_tel {
float: right;
	}
	.header_box:before {
display: none;
	}
	.header_box .mainbody {
width: 100%;
	}
	#menu-bcon {
display: none;
	}
	.h_menu {
float: right;
width: 100%;
	}
#navmenu>ul>li{width:25%; border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;}
	#navmenu {
background: none;
	}
	#navmenu.small-screen #menu-button:before {
background: #308acb;
top: 36px;
	}
	#navmenu.small-screen #menu-button:after {
border-top: 2px solid #308acb;
border-bottom: 2px solid #308acb;
height: 5px;
	}
	.header_tela span {
    font-size: 16px;
    padding: 3px 10px;
	}
	.h_logo {
width: 35%;
	}
	.header_tel {
width: auto;
	}
	#navmenu>ul {
position: relative;
top: auto;
right: auto;
width: 100%;
background: #308acb;
z-index: 99;
border-left: 1px solid #fff;
    border-top: 1px solid #fff;
	}
	#navmenu.small-screen #menu-button.menu-opened:before {
background: #212020;
width: 20px;
top: 30px;
	}
	#navmenu.small-screen #menu-button.menu-opened:after {
background: #212020;
width: 20px;
top: 30px;
	}
	.hbaner_box .bd {
left: 0;
margin-left: 0;
	}
	.hbaner_box,
	.hbaner_box .bd,
	.hbaner_box .bd img {
width: 100% !important;
height: 257px;
	}
	.hbaner_box .prev,
	.hbaner_box .next {
display: none !important;
	}
	#navmenu>ul>li.has-sub>a {
padding: 0;
	}
	#navmenu>ul>li>a {
height: 36px;
line-height: 36px;
display: block;
	}
	#navmenu.small-screen>ul>li {
border-top: 1px solid #3d4042;
	}
	#navmenu ul ul li a {
border: none;
	}
	#navmenu>ul>li:hover {
background-color: transparent;
	}
	.hsolo_box .htitle h2 {
font-size: 22px;
	}
	.hsolo_box .htitle p {
font-size: 14px;
	}
	.hsolo_con .hoso_t .hsolor_img {
height: 283px;
	}
	.hsolo_con .hoso_t li.hsolo_speli .hoso_tit h3 {
font-size: 18px;
	}
	.hoso_tit h3 {
background: none;
font-size: 16px;
	}
	.hoso_tit p {
display: none;
	}
	.hoso_tit {
height: 100%;
padding: 60% 20px 10px;
	}
	.hsolo_con .hoso_t li.hsolo_speli .hoso_tit {
padding: 80% 20px 10px;
	}
	.hsolo_con .hoso_t li.hsolo_speli .hoso_tit h3 {
background: url(../images/hso_you.png) no-repeat 90% 3px;
	}
	.hadvbox {
display: none;
	}
	.htitle i {
font-size: 24px;
	}
	.htitle h2 {
font-size: 22px;
	}
	.htitle p {
font-size: 14px;
	}
	.hpro_cate li {
width: 23%;
margin: 1%;
display: inline;
float: left;
	}
	.hpro_con li {
width: 48%;
margin: 1%;
float: left;
	}
	.hpro_con li .hpro_img {
height: 226px;
	}
	.hpro_con li .hproinfo {
bottom: -62%;
	}
	.hpro_con li:nth-child(4n) {
margin-right: 1%;
	}
	.habout_con h2 i {
font-size: 26px;
top: -10px;
	}
	.habout_con h2 {
font-size: 18px;
padding-left: 110px;
	}
	.habout_con {
margin-top: 15px;
	}
	.habout_con ul {
display: none;
	}
	.hkge_box {
display: none;
	}
	.hcase_tab li {
width: 18%;
	}
	.hcase_con li .hcase_img {
height: 204x;
	}
	.hcase_con li em {
display: none !important;
	}
	.hcase_con li span i {
border-right: 0;
	}
	.hnewsbox .hnewc_l {
display: none;
	}
	.hnewc_r {
width: 100%;
	}
	.hnewc_r_top {
height: auto;
	}
	.hnewc_r_bot li a {
width: 82%;
	}
	.hfootbox ul {
display: none;
	}
	.hfoot_lianxi {
width: auto;
	}
	.hfoot_qr {
margin-left: 20px;
	}
	.hfoot_copy a {
float: none;
margin-right: 6px;
	}
	.ibanner {
background-size: 100%;
height: 90px;
	}
	.ibanner .mainbody {
display: none;
	}
	.ibreadbox h2 {
font-size: 16px;
	}
	.ierbox li {
display: inline;
float: left;
width: 23%;
margin: 1%;
	}
	.ierbox li:nth-child(8) {
margin-right: 1%;
	}
	.ihoner_con li {
width: 48%;
margin: 1%;
	}
	.ihoner_con li:nth-child(4n) {
margin-right: 1%;
	}
	.ihoner_con li .ihoner_img {
height: 227px;
	}
	.formli img{right: 5%;}
	
	.forml_sub, .czhi{width: 30%;}
	.icase_con .hcase_con{display: none;}
	.icaseul li{width: 48%;margin: 1%;}
	.icaseul li .icaseimg{height: 227px;}
	.icaseul{margin: 0;}
	
	.inewlist_con .inewlist_c_t{display: none;}
	.inewlist_con .hnewc_r_bot li{width: 100%;}
	.inewlist_con .hnewc_r_bot{margin-top: 0;}
	.inewpic_ul li{width: 48%;margin: 1%;float: left;}
	.inewpic_ul li .inewpic_img, .inewpic_info{width: 100%;float: none;padding: 6px 0;}
	.inewpic_info p{height: 50px;margin: 3px auto;}
	.inewpic_ul li:nth-child(even) .inewpic_info{padding: 6px 0;}
	.inewpic_ul li .inewpic_img{height: 213px;}
	.ide_tit h2{font-size: 22px;}
	.ide_tit p{margin: 5px auto;}
	.updown{margin-top: 10px;font-size: 15px;background: none;padding: 0;}
	.updown p{width: 100%;height: 40px;line-height: 40px;margin-bottom: 10px;background: #f7f7f7;}
	.updown p a{width: 78%;}
	.updown .fr span{float: left;background: url(../images/updown2.png) no-repeat left center;padding: 0 10px 0 30px;}
	.updown .fr{text-align: left;}
	.hsolor_img{height: 158px;}
	.ireltit{font-size: 20px;}
	.zhaiyao{box-sizing: border-box;padding: 10px;margin-top: 10px;}
	.inewdetl_cbox .inewdetlr_bar{display: none;}
	.inewdetl_cbox .inewdetl_con{width: 100%;}
	
	.iproimgc,.iproinfo{width: 100%;}
	#preview img{width: 100% !important;}
	.jqzoom {
float: none;
	}
	div.zoomMask,div.zoomDiv {
display: none !important;
	}
	.iproinfo{padding: 15px;}
	.ipro_btn a{display: none;}
	.ipro_btn{margin-top: 0;}
	.ipro_btn em{display: none;}
	.iproinfo h2{font-size: 22px;}
	.iprop1{border-bottom: 1px solid #ddd;padding-bottom: 6px;}
	.header_box{max-width:660px;margin:auto;position:relative;top:0;}
	#navmenu>ul>li>a{color:#fff;}
	
	.hvedio_box{display:none;}
	.ivedio_con .hvedio_con li{width: 48%;margin: 1%;}
	.ivedio_con .hvedio_con li:nth-child(4n){margin-right: 1%;}
	.ivedio_con .hvedio_con li .hvedio_img{height:226px;}
	
	.hpro_cate li:nth-child(7n),.ierbox li:nth-child(7n){margin-right:1%;}
	.tqrbox{display:none;}
	
	
	
}

@media screen and (max-width:768px) {
	.mfootbox {
display: block !important;
height: 50px;
background: #308acb;
position: fixed;
bottom: 0;
width: 100%;
z-index: 99;
	}
	.mfootbox ul {
font-size: 0;
	}
	.mfootbox li {
width: 25%;
box-sizing: border-box;
display: inline-block;
font-size: 14px;
text-align: center;
border-right: 1px solid #c15d65;
padding: 6px 0;
	}
	.mfootbox li:nth-child(4) {
border-right: 0;
	}
	.mfootbox li a {
color: #fff;
	}
	.mfootbox li img {
display: block;
margin: 0 auto;
	}
	.mfootbox li p {
padding-top: 3px;
	}
}

@media screen and (max-width:640px) {
	html,
	body {
overflow-x: hidden;
max-width: 100%;
min-width: 100%;
	}
	.pat30 {
padding-top: 15px;
	}
	.pat3b2 {
padding: 15px 0 10px;
	}
	.headtop ul {
display: none;
	}

	.h_logo {
width: 52%;
	}
	.h_menu {
width: 100%;
	}
	#navmenu>ul{top: auto;}
	.hbaner_box,
	.hbaner_box .bd,
	.hbaner_box .bd img {
height: 146px;
	}
	.htitle b {
display: none;
	}
	.hoso_b {
display: none;
	}
	.hsolo_con .hoso_t li.hsolo_speli {
width: 100%;
margin-bottom: 10px;
	}
	.hsolo_con .hoso_t .hsolor_img {
height: auto;
	}
	.hsolo_con .hoso_t li {
width: 100%;
	}
	.hpro_cate li {
width: 31.3%;
	}
	.hpro_con li .hpro_img {
height: 119px;
	}
	.hpro_con li .hproinfo span,
	.hpro_con li .hproinfo p {
display: none;
	}
	.hpro_con li .hproinfo {
position: relative;
padding: 10px 5px;
	}
	.hpro_con li .hproinfo a {
padding: 0;
margin: 0;
	}
	.hpro_con li .hproinfo .hpro_btn {
height: 30px;
line-height: 30px;
margin: 0 1%;
font-size: 14px;
	}
	.hpro_con li .hproinfo h3 a {
font-size: 15px;
	}
	.habout_con h2 i {
display: block;
position: relative;
	}
	.habout_con h2 {
padding-left: 0;
	}
	.habout_con {
padding: 20px;
	}
	.hcase_more {
display: none;
	}
	.hcase_tab li {
width: 31.3%;
margin: 1%;
float: left;
display: inline;
height: 32px;
line-height: 32px;
border-radius: 5px;
	}
	.hcase_con li {
width: 96%;
	}
	.hcase_con li .hcase_img {
height: 258px;
	}
	.hnewc_r_bot li a {
width: 72%;
	}
	.hfoot_lianxi,
	.m_qr {
display: none;
	}
	.hfoot_qr {
width: 100%;
margin: 0;
padding: 0;
	}

	.hfoot_qr666 {
display: none;
	}


	.hfootbox {
padding: 15px 0;
	}
	.hfoot_qr img {
max-width: 100%;
	}
	.hfoot_copy {
background: #308acb;
margin-bottom: 50px;
	}
	.hfoot_copy a {
margin-bottom: 5px;
	}
	.ierbox li {
width: 31.33%;
height: 32px;
line-height: 32px;
margin-bottom: 10px;
font-size: 15px;
	}
	.ibanner {
height: 50px;
	}
	.ibreadbox p {
font-size: 14px;
	}
	.ihoner_con li .ihoner_img {
height: 119px;
	}
	
	.hpro_con li .hproinfo h3 a,.hpro_con li:hover .hproinfo h3 a{border: 0;}
	.forml_sub, .czhi{width: 46%;margin:3% 1% 1%;}
.icaseul li .icaseimg{height: 119px;}
	.inewpic_ul li{width: 100%;margin: auto;}
	.inewpic_ul li .inewpic_img{height: auto;}
	.ide_tit h2{font-size: 20px;}
	.ide_tit p span{padding-right: 5px;letter-spacing: 0;}
	.updown p a{width: 68%;}
	.updown span{padding-left: 25px;}
	.irelcase .hoso_b{display: block;}
	.irelcase .hsolo_con .hoso_b li{width: 100%;}
	.hsolor_img{height: auto;}
	.hsolo_con .hoso_t li.hsolo_speli .hoso_tit{padding: 45% 20px 10px;}
	
	.hpro_box .hpro_con li .hproinfo{bottom:0;}
	.hpro_box .hpro_con li{height:209px;overflow:hidden;}
	.hfoot_copy a{color:#fff !important;}
	.ivedio_con .hvedio_con li .hvedio_img{height:127px;}
	
	.ibreadbox p {background:none;padding-left:0;}
	.hoso_tit{padding:50% 20px 10px;}
	.hsolo_con .hoso_t .hsolor_img{height:230px;}
	.header_tela span{margin-top:-8px;}
}
/* -----分页数字条效果 结束 ----- */
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
  }
  .pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 4px 12px;
	margin: 0 5px;
	border-radius: 3px;
  }
  .pagination span {
	  color: #333;
	  font-size: 14px;
	  padding: 8px 2px;
	  border-radius: 3px;
  }
  .pagination a:hover {
	color: #308acb;
	border: 1px solid #308acb;
  }
  .pagination a.page-num-current {
	color: #fff;
	background: #308acb;
	border: 1px solid #308acb;
  }
  /* ----- 分页数字条效果 结束 ----- */